Open the Portico Developer Guide site
Pos Gateway Schema
NameValuePairType Complex Type
Pos Gateway Schema : NameValuePairType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Value Element Name Element Sequence NameValuePairType Complex Type
Overview
Sequence
Name xs:string
Value xs:string
Used By
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
NameValuePair Element
Attribute Element
Source
<xs:complexType name="NameValuePairType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Name" type="xs:string" />
    <xs:element name="Value" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Pos Gateway Schema